{timelineName}_tooltip

specifies the tooltip over a day cell containing some scheduled event(s)

startDatethe date when an event is scheduled to begin
endDatethe date when an event is scheduled to be completed
eventobjectthe event object

Available only in PRO Edition

Example

scheduler.templates.timeline_tooltip = function(start,end,event){
    return event.text;
};

Applicable views:Timeline View
Details

The template requires the timeline plugin to be activated.

See also
Back to top